Adwaita: double declated $button_fill
authorJakub Steiner <jimmac@gmail.com>
Fri, 13 Nov 2020 16:21:03 +0000 (17:21 +0100)
committerJakub Steiner <jimmac@gmail.com>
Fri, 13 Nov 2020 16:21:03 +0000 (17:21 +0100)
- this was already in place in _common, no need to have it in _colors

gtk/theme/Adwaita/_colors.scss

index b7c448c751379e36236229ab318df7b37058d20f..3eddb09ad502deca1ed4e41d2ac37bb482fa691c 100644 (file)
@@ -1,9 +1,6 @@
 // When color definition differs for dark and light variant
 // it gets @if ed depending on $variant
 
-// !global vars no longer in sass
-$button_fill: null;
-
 $base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 100%), 2%));
 $text_color: if($variant == 'light', black, white);
 $bg_color: if($variant == 'light', #f6f5f4, darken(desaturate(#3d3846, 100%), 4%));